[INFO] cloning repository https://github.com/dkudernatsch/mle-nn-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dkudernatsch/mle-nn-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdkudernatsch%2Fmle-nn-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdkudernatsch%2Fmle-nn-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5a9b0b4288f2c0cba34be0099c2b0e9bc4baa737
[INFO] testing dkudernatsch/mle-nn-rs against master#cced03bfd61a304243a34504618ecec86c17063f for pr-154065-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdkudernatsch%2Fmle-nn-rs" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/dkudernatsch/mle-nn-rs
[INFO] finished tweaking git repo https://github.com/dkudernatsch/mle-nn-rs
[INFO] tweaked toml for git repo https://github.com/dkudernatsch/mle-nn-rs written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/dkudernatsch/mle-nn-rs on toolchain cced03bfd61a304243a34504618ecec86c17063f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/dkudernatsch/mle-nn-rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded memchr v2.2.0
[INFO] [stderr]   Downloaded alga v0.9.0
[INFO] [stderr]   Downloaded autocfg v0.1.2
[INFO] [stderr]   Downloaded rand_jitter v0.1.3
[INFO] [stderr]   Downloaded generic-array v0.12.0
[INFO] [stderr]   Downloaded rand_core v0.4.0
[INFO] [stderr]   Downloaded nom v4.2.3
[INFO] [stderr]   Downloaded matrixmultiply v0.2.2
[INFO] [stderr]   Downloaded nalgebra v0.18.0
[INFO] [stderr]   Downloaded winapi v0.3.7
[INFO] [stderr]   Downloaded libc v0.2.53
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] da30b1531d178db17969684ccc35aca5dd34461c0de7b9ecb66166c89383a394
[INFO] running `Command { std: "docker" "start" "-a" "da30b1531d178db17969684ccc35aca5dd34461c0de7b9ecb66166c89383a394", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "da30b1531d178db17969684ccc35aca5dd34461c0de7b9ecb66166c89383a394", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "da30b1531d178db17969684ccc35aca5dd34461c0de7b9ecb66166c89383a394", kill_on_drop: false }`
[INFO] [stdout] da30b1531d178db17969684ccc35aca5dd34461c0de7b9ecb66166c89383a394
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6c6855a16d22e44ec498ac7476c99f462d748b3f87fdf0b13a1ab93abe792b2f
[INFO] running `Command { std: "docker" "start" "-a" "6c6855a16d22e44ec498ac7476c99f462d748b3f87fdf0b13a1ab93abe792b2f", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v0.1.2
[INFO] [stderr]    Compiling rand_core v0.4.0
[INFO] [stderr]    Compiling num-traits v0.2.6
[INFO] [stderr]    Compiling libc v0.2.53
[INFO] [stderr]    Compiling typenum v1.10.0
[INFO] [stderr]    Compiling num-complex v0.2.1
[INFO] [stderr]    Compiling memchr v2.2.0
[INFO] [stderr]    Compiling rawpointer v0.1.0
[INFO] [stderr]    Compiling libm v0.1.2
[INFO] [stderr]    Compiling nom v4.2.3
[INFO] [stderr]    Compiling matrixmultiply v0.2.2
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]    Compiling rand_core v0.3.1
[INFO] [stderr]    Compiling rand_jitter v0.1.3
[INFO] [stderr]    Compiling rand_hc v0.1.0
[INFO] [stderr]    Compiling rand_xorshift v0.1.1
[INFO] [stderr]    Compiling rand_isaac v0.1.1
[INFO] [stderr]    Compiling rand_os v0.1.3
[INFO] [stderr]    Compiling generic-array v0.12.0
[INFO] [stderr]    Compiling approx v0.3.2
[INFO] [stderr]    Compiling alga v0.9.0
[INFO] [stderr]    Compiling nalgebra v0.18.0
[INFO] [stderr]    Compiling mle-nn v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `DynMatrixSlice`
[INFO] [stdout]  --> src/images.rs:1:28
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::nn::{DynMatrix, DynMatrixSlice};
[INFO] [stdout]   |                            ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `ArrayStorage`, `Matrix`, and `U28`
[INFO] [stdout]  --> src/images.rs:2:16
[INFO] [stdout]   |
[INFO] [stdout] 2 | use nalgebra::{ArrayStorage, Matrix, U28};
[INFO] [stdout]   |                ^^^^^^^^^^^^  ^^^^^^  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::convert::TryFrom`
[INFO] [stdout]  --> src/images.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::convert::TryFrom;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `nalgebra::base::dimension::Dynamic`
[INFO] [stdout]  --> src/nn.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use nalgebra::base::dimension::Dynamic;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `SliceStorage`, `U1`, and `VecStorage`
[INFO] [stdout]  --> src/nn.rs:2:56
[INFO] [stdout]   |
[INFO] [stdout] 2 | use nalgebra::{DMatrix, DMatrixSlice, DMatrixSliceMut, SliceStorage, VecStorage, U1};
[INFO] [stdout]   |                                                        ^^^^^^^^^^^^  ^^^^^^^^^^  ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `map_res`
[INFO] [stdout]  --> src/parser.rs:1:48
[INFO] [stdout]   |
[INFO] [stdout] 1 | use nom::{be_u32, be_u8, count, do_parse, map, map_res, named, tag, take};
[INFO] [stdout]   |                                                ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::convert::TryFrom`
[INFO] [stdout]  --> src/parser.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::convert::TryFrom;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `BufWriter`
[INFO] [stdout]  --> src/main.rs:6:26
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::io::{BufReader, BufWriter, Read, Write};
[INFO] [stdout]   |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/main.rs:117:81
[INFO] [stdout]     |
[INFO] [stdout] 117 | fn parse_images(image_data: &[u8], label_data: &[u8]) -> Result<Vec<Image>, Box<Error>> {
[INFO] [stdout]     |                                                                                 ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 117 | fn parse_images(image_data: &[u8], label_data: &[u8]) -> Result<Vec<Image>, Box<dyn Error>> {
[INFO] [stdout]     |                                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::io::Write`
[INFO] [stdout]  --> src/images.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::io::Write;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `t0`
[INFO] [stdout]    --> src/nn.rs:116:13
[INFO] [stdout]     |
[INFO] [stdout] 116 |         let t0 = Instant::now();
[INFO] [stdout]     |             ^^ help: if this is intentional, prefix it with an underscore: `_t0`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rows`
[INFO] [stdout]    --> src/nn.rs:126:29
[INFO] [stdout]     |
[INFO] [stdout] 126 |     fn output_shape(&self, (rows, cols): (usize, usize)) -> (usize, usize) {
[INFO] [stdout]     |                             ^^^^ help: if this is intentional, prefix it with an underscore: `_rows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `tmp`
[INFO] [stdout]   --> src/parser.rs:44:9
[INFO] [stdout]    |
[INFO] [stdout] 44 |     let tmp = std::iter::once(1.0)
[INFO] [stdout]    |         ^^^ help: if this is intentional, prefix it with an underscore: `_tmp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `train_data`
[INFO] [stdout]   --> src/main.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |     let train_data = load_train_data()?;
[INFO] [stdout]    |         ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_train_data`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from_parts` is never used
[INFO] [stdout]   --> src/images.rs:50:12
[INFO] [stdout]    |
[INFO] [stdout] 49 | impl Image {
[INFO] [stdout]    | ---------- associated function in this implementation
[INFO] [stdout] 50 |     pub fn from_parts(data: DynMatrix, label: DynMatrix) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `DynMatrixSlice` is never used
[INFO] [stdout]  --> src/nn.rs:8:10
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub type DynMatrixSlice<'a> = DMatrixSlice<'a, f64>;
[INFO] [stdout]   |          ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `with_weights` is never used
[INFO] [stdout]    --> src/nn.rs:107:12
[INFO] [stdout]     |
[INFO] [stdout]  96 | impl FullyConnectedNetworkLayer {
[INFO] [stdout]     | ------------------------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 107 |     pub fn with_weights(nodes: usize, weights: usize, weight_data: &[f64]) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/nn.rs:117:9
[INFO] [stdout]     |
[INFO] [stdout] 117 |         &self.weights.mul_to(input, output);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 117 |         let _ = &self.weights.mul_to(input, output);
[INFO] [stdout]     |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.00s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v4.2.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "6c6855a16d22e44ec498ac7476c99f462d748b3f87fdf0b13a1ab93abe792b2f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6c6855a16d22e44ec498ac7476c99f462d748b3f87fdf0b13a1ab93abe792b2f", kill_on_drop: false }`
[INFO] [stdout] 6c6855a16d22e44ec498ac7476c99f462d748b3f87fdf0b13a1ab93abe792b2f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 31c047c4fd67a47c37ce1b5c660f102591f30acb73dd425f0fdb45630e3497dc
[INFO] running `Command { std: "docker" "start" "-a" "31c047c4fd67a47c37ce1b5c660f102591f30acb73dd425f0fdb45630e3497dc", kill_on_drop: false }`
[INFO] [stderr]    Compiling mle-nn v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `DynMatrixSlice`
[INFO] [stdout]  --> src/images.rs:1:28
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::nn::{DynMatrix, DynMatrixSlice};
[INFO] [stdout]   |                            ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `ArrayStorage`, `Matrix`, and `U28`
[INFO] [stdout]  --> src/images.rs:2:16
[INFO] [stdout]   |
[INFO] [stdout] 2 | use nalgebra::{ArrayStorage, Matrix, U28};
[INFO] [stdout]   |                ^^^^^^^^^^^^  ^^^^^^  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::convert::TryFrom`
[INFO] [stdout]  --> src/images.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::convert::TryFrom;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `nalgebra::base::dimension::Dynamic`
[INFO] [stdout]  --> src/nn.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use nalgebra::base::dimension::Dynamic;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `SliceStorage`, `U1`, and `VecStorage`
[INFO] [stdout]  --> src/nn.rs:2:56
[INFO] [stdout]   |
[INFO] [stdout] 2 | use nalgebra::{DMatrix, DMatrixSlice, DMatrixSliceMut, SliceStorage, VecStorage, U1};
[INFO] [stdout]   |                                                        ^^^^^^^^^^^^  ^^^^^^^^^^  ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/nn.rs:516:20
[INFO] [stdout]     |
[INFO] [stdout] 516 |                 if (i == 25) {
[INFO] [stdout]     |                    ^       ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 516 -                 if (i == 25) {
[INFO] [stdout] 516 +                 if i == 25  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `map_res`
[INFO] [stdout]  --> src/parser.rs:1:48
[INFO] [stdout]   |
[INFO] [stdout] 1 | use nom::{be_u32, be_u8, count, do_parse, map, map_res, named, tag, take};
[INFO] [stdout]   |                                                ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::convert::TryFrom`
[INFO] [stdout]  --> src/parser.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::convert::TryFrom;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::images::Image`
[INFO] [stdout]   --> src/parser.rs:60:9
[INFO] [stdout]    |
[INFO] [stdout] 60 |     use crate::images::Image;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::error::Error`
[INFO] [stdout]   --> src/parser.rs:61:9
[INFO] [stdout]    |
[INFO] [stdout] 61 |     use std::error::Error;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `BufWriter`
[INFO] [stdout]  --> src/main.rs:6:26
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::io::{BufReader, BufWriter, Read, Write};
[INFO] [stdout]   |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/main.rs:117:81
[INFO] [stdout]     |
[INFO] [stdout] 117 | fn parse_images(image_data: &[u8], label_data: &[u8]) -> Result<Vec<Image>, Box<Error>> {
[INFO] [stdout]     |                                                                                 ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 117 | fn parse_images(image_data: &[u8], label_data: &[u8]) -> Result<Vec<Image>, Box<dyn Error>> {
[INFO] [stdout]     |                                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::io::Write`
[INFO] [stdout]  --> src/images.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::io::Write;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `t0`
[INFO] [stdout]    --> src/nn.rs:116:13
[INFO] [stdout]     |
[INFO] [stdout] 116 |         let t0 = Instant::now();
[INFO] [stdout]     |             ^^ help: if this is intentional, prefix it with an underscore: `_t0`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rows`
[INFO] [stdout]    --> src/nn.rs:126:29
[INFO] [stdout]     |
[INFO] [stdout] 126 |     fn output_shape(&self, (rows, cols): (usize, usize)) -> (usize, usize) {
[INFO] [stdout]     |                             ^^^^ help: if this is intentional, prefix it with an underscore: `_rows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `out`
[INFO] [stdout]    --> src/nn.rs:237:21
[INFO] [stdout]     |
[INFO] [stdout] 237 |                 let out = nn.forward_propagate(&input);
[INFO] [stdout]     |                     ^^^ help: if this is intentional, prefix it with an underscore: `_out`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `out`
[INFO] [stdout]    --> src/nn.rs:297:21
[INFO] [stdout]     |
[INFO] [stdout] 297 |                 let out = nn.forward_propagate(&input);
[INFO] [stdout]     |                     ^^^ help: if this is intentional, prefix it with an underscore: `_out`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `out`
[INFO] [stdout]    --> src/nn.rs:343:21
[INFO] [stdout]     |
[INFO] [stdout] 343 |                 let out = nn.forward_propagate(&input);
[INFO] [stdout]     |                     ^^^ help: if this is intentional, prefix it with an underscore: `_out`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `out`
[INFO] [stdout]    --> src/nn.rs:519:21
[INFO] [stdout]     |
[INFO] [stdout] 519 |                 let out = nn.forward_propagate(&data);
[INFO] [stdout]     |                     ^^^ help: if this is intentional, prefix it with an underscore: `_out`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `label`
[INFO] [stdout]    --> src/nn.rs:525:20
[INFO] [stdout]     |
[INFO] [stdout] 525 |         for (data, label) in data.iter().zip(&labels) {
[INFO] [stdout]     |                    ^^^^^ help: if this is intentional, prefix it with an underscore: `_label`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `tmp`
[INFO] [stdout]   --> src/parser.rs:44:9
[INFO] [stdout]    |
[INFO] [stdout] 44 |     let tmp = std::iter::once(1.0)
[INFO] [stdout]    |         ^^^ help: if this is intentional, prefix it with an underscore: `_tmp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]   --> src/parser.rs:74:20
[INFO] [stdout]    |
[INFO] [stdout] 74 |         if let Ok((input, labels)) = mnist_label_parser(&data) {
[INFO] [stdout]    |                    ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `train_data`
[INFO] [stdout]   --> src/main.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |     let train_data = load_train_data()?;
[INFO] [stdout]    |         ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_train_data`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from_parts` is never used
[INFO] [stdout]   --> src/images.rs:50:12
[INFO] [stdout]    |
[INFO] [stdout] 49 | impl Image {
[INFO] [stdout]    | ---------- associated function in this implementation
[INFO] [stdout] 50 |     pub fn from_parts(data: DynMatrix, label: DynMatrix) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `DynMatrixSlice` is never used
[INFO] [stdout]  --> src/nn.rs:8:10
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub type DynMatrixSlice<'a> = DMatrixSlice<'a, f64>;
[INFO] [stdout]   |          ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/nn.rs:117:9
[INFO] [stdout]     |
[INFO] [stdout] 117 |         &self.weights.mul_to(input, output);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 117 |         let _ = &self.weights.mul_to(input, output);
[INFO] [stdout]     |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]   --> src/parser.rs:70:13
[INFO] [stdout]    |
[INFO] [stdout] 70 |             rdr.read_to_end(&mut buff);
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 70 |             let _ = rdr.read_to_end(&mut buff);
[INFO] [stdout]    |             +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.79s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v4.2.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "31c047c4fd67a47c37ce1b5c660f102591f30acb73dd425f0fdb45630e3497dc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "31c047c4fd67a47c37ce1b5c660f102591f30acb73dd425f0fdb45630e3497dc", kill_on_drop: false }`
[INFO] [stdout] 31c047c4fd67a47c37ce1b5c660f102591f30acb73dd425f0fdb45630e3497dc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 27d9b4042ff6c833bd6522a397d7c3f702e0c45a0a948e96068097d9b8fdd313
[INFO] running `Command { std: "docker" "start" "-a" "27d9b4042ff6c833bd6522a397d7c3f702e0c45a0a948e96068097d9b8fdd313", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `DynMatrixSlice`
[INFO] [stderr]  --> src/images.rs:1:28
[INFO] [stderr]   |
[INFO] [stderr] 1 | use crate::nn::{DynMatrix, DynMatrixSlice};
[INFO] [stderr]   |                            ^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `ArrayStorage`, `Matrix`, and `U28`
[INFO] [stderr]  --> src/images.rs:2:16
[INFO] [stderr]   |
[INFO] [stderr] 2 | use nalgebra::{ArrayStorage, Matrix, U28};
[INFO] [stderr]   |                ^^^^^^^^^^^^  ^^^^^^  ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::convert::TryFrom`
[INFO] [stderr]  --> src/images.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use std::convert::TryFrom;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `nalgebra::base::dimension::Dynamic`
[INFO] [stderr]  --> src/nn.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use nalgebra::base::dimension::Dynamic;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `SliceStorage`, `U1`, and `VecStorage`
[INFO] [stderr]  --> src/nn.rs:2:56
[INFO] [stderr]   |
[INFO] [stderr] 2 | use nalgebra::{DMatrix, DMatrixSlice, DMatrixSliceMut, SliceStorage, VecStorage, U1};
[INFO] [stderr]   |                                                        ^^^^^^^^^^^^  ^^^^^^^^^^  ^^
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `if` condition
[INFO] [stderr]    --> src/nn.rs:516:20
[INFO] [stderr]     |
[INFO] [stderr] 516 |                 if (i == 25) {
[INFO] [stderr]     |                    ^       ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 516 -                 if (i == 25) {
[INFO] [stderr] 516 +                 if i == 25  {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `map_res`
[INFO] [stderr]  --> src/parser.rs:1:48
[INFO] [stderr]   |
[INFO] [stderr] 1 | use nom::{be_u32, be_u8, count, do_parse, map, map_res, named, tag, take};
[INFO] [stderr]   |                                                ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::convert::TryFrom`
[INFO] [stderr]  --> src/parser.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | use std::convert::TryFrom;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `crate::images::Image`
[INFO] [stderr]   --> src/parser.rs:60:9
[INFO] [stderr]    |
[INFO] [stderr] 60 |     use crate::images::Image;
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::error::Error`
[INFO] [stderr]   --> src/parser.rs:61:9
[INFO] [stderr]    |
[INFO] [stderr] 61 |     use std::error::Error;
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `BufWriter`
[INFO] [stderr]  --> src/main.rs:6:26
[INFO] [stderr]   |
[INFO] [stderr] 6 | use std::io::{BufReader, BufWriter, Read, Write};
[INFO] [stderr]   |                          ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/main.rs:117:81
[INFO] [stderr]     |
[INFO] [stderr] 117 | fn parse_images(image_data: &[u8], label_data: &[u8]) -> Result<Vec<Image>, Box<Error>> {
[INFO] [stderr]     |                                                                                 ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]     |
[INFO] [stderr] 117 | fn parse_images(image_data: &[u8], label_data: &[u8]) -> Result<Vec<Image>, Box<dyn Error>> {
[INFO] [stderr]     |                                                                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::io::Write`
[INFO] [stderr]  --> src/images.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 | use std::io::Write;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `t0`
[INFO] [stderr]    --> src/nn.rs:116:13
[INFO] [stderr]     |
[INFO] [stderr] 116 |         let t0 = Instant::now();
[INFO] [stderr]     |             ^^ help: if this is intentional, prefix it with an underscore: `_t0`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `rows`
[INFO] [stderr]    --> src/nn.rs:126:29
[INFO] [stderr]     |
[INFO] [stderr] 126 |     fn output_shape(&self, (rows, cols): (usize, usize)) -> (usize, usize) {
[INFO] [stderr]     |                             ^^^^ help: if this is intentional, prefix it with an underscore: `_rows`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `out`
[INFO] [stderr]    --> src/nn.rs:237:21
[INFO] [stderr]     |
[INFO] [stderr] 237 |                 let out = nn.forward_propagate(&input);
[INFO] [stderr]     |                     ^^^ help: if this is intentional, prefix it with an underscore: `_out`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `out`
[INFO] [stderr]    --> src/nn.rs:297:21
[INFO] [stderr]     |
[INFO] [stderr] 297 |                 let out = nn.forward_propagate(&input);
[INFO] [stderr]     |                     ^^^ help: if this is intentional, prefix it with an underscore: `_out`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `out`
[INFO] [stderr]    --> src/nn.rs:343:21
[INFO] [stderr]     |
[INFO] [stderr] 343 |                 let out = nn.forward_propagate(&input);
[INFO] [stderr]     |                     ^^^ help: if this is intentional, prefix it with an underscore: `_out`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `out`
[INFO] [stderr]    --> src/nn.rs:519:21
[INFO] [stderr]     |
[INFO] [stderr] 519 |                 let out = nn.forward_propagate(&data);
[INFO] [stderr]     |                     ^^^ help: if this is intentional, prefix it with an underscore: `_out`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `label`
[INFO] [stderr]    --> src/nn.rs:525:20
[INFO] [stderr]     |
[INFO] [stderr] 525 |         for (data, label) in data.iter().zip(&labels) {
[INFO] [stderr]     |                    ^^^^^ help: if this is intentional, prefix it with an underscore: `_label`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `tmp`
[INFO] [stderr]   --> src/parser.rs:44:9
[INFO] [stderr]    |
[INFO] [stderr] 44 |     let tmp = std::iter::once(1.0)
[INFO] [stderr]    |         ^^^ help: if this is intentional, prefix it with an underscore: `_tmp`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `input`
[INFO] [stderr]   --> src/parser.rs:74:20
[INFO] [stderr]    |
[INFO] [stderr] 74 |         if let Ok((input, labels)) = mnist_label_parser(&data) {
[INFO] [stderr]    |                    ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `train_data`
[INFO] [stderr]   --> src/main.rs:17:9
[INFO] [stderr]    |
[INFO] [stderr] 17 |     let train_data = load_train_data()?;
[INFO] [stderr]    |         ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_train_data`
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `from_parts` is never used
[INFO] [stderr]   --> src/images.rs:50:12
[INFO] [stderr]    |
[INFO] [stderr] 49 | impl Image {
[INFO] [stderr]    | ---------- associated function in this implementation
[INFO] [stderr] 50 |     pub fn from_parts(data: DynMatrix, label: DynMatrix) -> Self {
[INFO] [stderr]    |            ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: type alias `DynMatrixSlice` is never used
[INFO] [stderr]  --> src/nn.rs:8:10
[INFO] [stderr]   |
[INFO] [stderr] 8 | pub type DynMatrixSlice<'a> = DMatrixSlice<'a, f64>;
[INFO] [stderr]   |          ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused borrow that must be used
[INFO] [stderr]    --> src/nn.rs:117:9
[INFO] [stderr]     |
[INFO] [stderr] 117 |         &self.weights.mul_to(input, output);
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 117 |         let _ = &self.weights.mul_to(input, output);
[INFO] [stderr]     |         +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused `Result` that must be used
[INFO] [stderr]   --> src/parser.rs:70:13
[INFO] [stderr]    |
[INFO] [stderr] 70 |             rdr.read_to_end(&mut buff);
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]    |
[INFO] [stderr] 70 |             let _ = rdr.read_to_end(&mut buff);
[INFO] [stderr]    |             +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: `mle-nn` (bin "mle-nn" test) generated 27 warnings (run `cargo fix --bin "mle-nn" -p mle-nn --tests` to apply 22 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v4.2.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/mle_nn-a5c0342b97dc5d35)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test nn::tests::test_it_works ... ok
[INFO] [stdout] test nn::tests::test_network ... ok
[INFO] [stdout] test parser::test::integration_test_label_parser ... ok
[INFO] [stdout] test nn::tests::test_big ... FAILED
[INFO] [stdout] test nn::tests::example_network ... FAILED
[INFO] [stdout] test nn::tests::example_network3 ... FAILED
[INFO] [stdout] test nn::tests::example_network2 ... FAILED
[INFO] [stdout] test nn::tests::test_set ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- nn::tests::test_big stdout ----
[INFO] [stdout] res: 
[INFO] [stdout]   ┌                                                                                                                                                                                               ┐
[INFO] [stdout]   │ 0.5006239081110785  0.500651530327963 0.5006473414451689  0.500646258053588 0.5006407307432713 0.5006417011540802 0.5006484746097438 0.5006703039594012 0.5006367523968581 0.5006370078625875 │
[INFO] [stdout]   │ 0.5006073594532897 0.5006313114383941 0.5006244493886668 0.5006190595602489 0.5006254605147458 0.5006136368834522 0.5006325425453776  0.500636772702733 0.5006034161975331 0.5006237164646705 │
[INFO] [stdout]   │ 0.5006074233865941 0.5006277309479632 0.5006229201664524 0.5006260642870101  0.500626230086585 0.5006415523566248 0.5006230468243379 0.5006395239160856 0.5006206743995143 0.5006162946756236 │
[INFO] [stdout]   │  0.500608349132879 0.5006536954291733 0.5006589805919599 0.5006440991383787 0.5006413290169226 0.5006217398290709 0.5006508357459231 0.5006408678548644 0.5006316288137774 0.5006342750619177 │
[INFO] [stdout]   │ 0.5006030391382215 0.5006310022369997  0.500627280969095 0.5006134717402381 0.5006199852981539 0.5006281111676568 0.5006324156738224 0.5006339639423253 0.5006101587402775  0.500631108441079 │
[INFO] [stdout]   │ 0.5006082049417984 0.5006195412469931 0.5006286140491454 0.5006201688160347 0.5005991059080195 0.5006306504576731 0.5006165603013751 0.5006393662639651 0.5005900872401123 0.5006229803551445 │
[INFO] [stdout]   │ 0.5006361098837087 0.5006520025778491  0.500654229136111 0.5006385248722347 0.5006344668300985  0.500653147790618 0.5006312866617457  0.500658088916365 0.5006363778326831  0.500650037117209 │
[INFO] [stdout]   │ 0.5006040188772694 0.5006185836776027 0.5006106772214358 0.5006025952895051 0.5006199496412145 0.5006166736537181 0.5006238936335763 0.5006213651367108 0.5005977031632137 0.5006218956908053 │
[INFO] [stdout]   │  0.500613375417847 0.5006511673453147  0.500624601505271 0.5006348687251074 0.5006289315704258  0.500633261203666 0.5006467918750885 0.5006358494133482 0.5006018404455812 0.5006264512836475 │
[INFO] [stdout]   │ 0.5005990657935737 0.5006409071100405 0.5006464011432373 0.5006281513693519 0.5006165778084049 0.5006318447957293 0.5006274988688465 0.5006413004190452 0.5006150142457627  0.500628164250414 │
[INFO] [stdout]   │   0.50059092585857 0.5006175814124082 0.5006191025555038 0.5006095969057569 0.5006071363023983 0.5006212651927765 0.5006111559979269 0.5006210245707726 0.5006048602413722 0.5006176963523752 │
[INFO] [stdout]   │ 0.5006154178224315 0.5006413322332273 0.5006358172549311 0.5006167992349626 0.5006196529905391 0.5006183501048551 0.5006224550821469 0.5006293698386742 0.5005981441866358 0.5006145174241001 │
[INFO] [stdout]   │ 0.5006101230369205 0.5006319574918232 0.5006423425988321 0.5006406800628649 0.5006304986867668 0.5006335501144845 0.5006294316543077 0.5006450183489903 0.5006277762079167 0.5006288336682276 │
[INFO] [stdout]   │ 0.5006136642042376 0.5006311753612392 0.5006323025317013 0.5006167239941404 0.5006247130193554 0.5006262994608911 0.5006352348253734 0.5006491554825083 0.5006357722562415 0.5006182198254486 │
[INFO] [stdout]   │ 0.5006173018218494 0.5006318380581781 0.5006343612498779 0.5006228832504428 0.5006306681147532 0.5006186654675866 0.5006227180750578 0.5006392225618975 0.5006107827355949  0.500620435514811 │
[INFO] [stdout]   │ 0.5006024949269102 0.5006424943998667 0.5006325290800128 0.5006312149442658 0.5006280437174891 0.5006281129581033 0.5006338918799408 0.5006367181383351 0.5006113140619536 0.5006328784518048 │
[INFO] [stdout]   │ 0.5006192709757672 0.5006486466830067 0.5006281880979605 0.5006308813814458 0.5006347482336898 0.5006243919884225 0.5006334746875802 0.5006361793537387 0.5006142332042501 0.5006345249940858 │
[INFO] [stdout]   │ 0.5005816144257974 0.5006003726556028 0.5006037419636862 0.5005939809248006 0.5006013056127319 0.5006109319594065 0.5006084204448117 0.5006116311949038 0.5005974113300055 0.5006030215541187 │
[INFO] [stdout]   │ 0.5006005640377829 0.5006115524880844 0.5006052628033064 0.5006086156398476 0.5006106579791312 0.5006033845168778 0.5006032954765198 0.5006135305994276 0.5006080107440533 0.5006035796555652 │
[INFO] [stdout]   │ 0.5006050201279565 0.5006454450408724 0.5006221809572933 0.5006261973555416 0.5006285766752867  0.500630829756359 0.5006379606086226 0.5006421486324146 0.5006060138485242 0.5006224514476978 │
[INFO] [stdout]   │ 0.5005830056437688 0.5006178632851036 0.5006277065212191 0.5006082710593222 0.5006066615590105  0.500618905158345 0.5006089579082077 0.5006367681038774 0.5006049107827371 0.5006052306996197 │
[INFO] [stdout]   │  0.500614740374953 0.5006362710036266 0.5006320519866687  0.500617703807796 0.5006192698171676 0.5006192221081401 0.5006353325720767 0.5006499156996741  0.500616925940974 0.5006209621363228 │
[INFO] [stdout]   │ 0.5006238936299002 0.5006275208264094 0.5006484429197174 0.5006178227971587 0.5006409398594923 0.5006264960981434 0.5006183631223169 0.5006488139186738 0.5006197283762155 0.5006193529830063 │
[INFO] [stdout]   │ 0.5005993101540893 0.5006338964883515 0.5006281228141055 0.5006159038402935 0.5006253821302141  0.500632664467698 0.5006286767290951 0.5006358825083573 0.5006084124367322 0.5006080580887278 │
[INFO] [stdout]   │ 0.5006039078603345 0.5006401829997351 0.5006453066997751 0.5006261353872232 0.5006351915199094 0.5006251070834841 0.5006400015089638 0.5006549205483904 0.5006262225289873 0.5006365782614054 │
[INFO] [stdout]   │  0.500643640904423  0.500661401037155 0.5006595350108848  0.500639817082416 0.5006472656449663 0.5006492323278027 0.5006615843412596  0.500666898387143  0.500650388124659 0.5006475805831851 │
[INFO] [stdout]   │ 0.5006047479421799  0.500636316859379 0.5006253160466583 0.5006163553785782 0.5006386280686221 0.5006208794417205 0.5006198773569295 0.5006326068655214 0.5006195445906048 0.5006213204112135 │
[INFO] [stdout]   │ 0.5006011259842527 0.5006197988218029 0.5006176401120433 0.5006078176603442 0.5006241170164231 0.5006145019575534 0.5006125516823599 0.5006336614340725 0.5006148517562073 0.5006165931061135 │
[INFO] [stdout]   │ 0.5005940619990424 0.5006305660052086 0.5006343540525179 0.5006126787019849  0.500635631073989 0.5006111201514083  0.500625967744208 0.5006276556365802 0.5006124033439586 0.5006195286434422 │
[INFO] [stdout]   │  0.500590211736993 0.5006138892516484 0.5006087671579109 0.5005878008179989  0.500607233655419 0.5006084779468046 0.5005983223352102 0.5006055180578513 0.5005976073545128 0.5005845597942322 │
[INFO] [stdout]   │ 0.5006050801823637 0.5006330399622897 0.5006231278031891 0.5006074043587005 0.5006080285145948 0.5006292586199141 0.5006138365089442 0.5006331321802598 0.5006130261564611  0.500606315085372 │
[INFO] [stdout]   │ 0.5006238388532807  0.500643184781531  0.500643886325525 0.5006237617825915 0.5006266571591813 0.5006384838959332 0.5006294169646166 0.5006615939188874  0.500611766984004 0.5006371256044941 │
[INFO] [stdout]   │ 0.5005851751340076  0.500613702002181 0.5006267614434547  0.500619666512843 0.5006125048852931 0.5006162803889381 0.5006003437834543 0.5006125839532708 0.5005830671771356 0.5006098875201904 │
[INFO] [stdout]   │ 0.5006083408636086 0.5006508120177836 0.5006491822776862 0.5006169068269235 0.5006236471630481 0.5006440071000493 0.5006210161012801 0.5006360720982729 0.5006247878613487  0.500637898880842 │
[INFO] [stdout]   │ 0.5006332038580992 0.5006597104120588 0.5006403153307356 0.5006310734824797 0.5006429008792275 0.5006342743974507 0.5006447349915935 0.5006401601790945 0.5006204427166645 0.5006475203452242 │
[INFO] [stdout]   │ 0.5006231347786274 0.5006372451403045 0.5006473109603069 0.5006200665280188 0.5006293590706238 0.5006320955475957 0.5006448398304341 0.5006445639593559 0.5006063915183541 0.5006310524042654 │
[INFO] [stdout]   │ 0.5006042027772194 0.5006054251512093 0.5006123095351586 0.5006141446924662 0.5006050117160439 0.5006078883645743 0.5006107652787158 0.5006300911609816 0.5005900383966948 0.5006058462560995 │
[INFO] [stdout]   │ 0.5005954763272574 0.5006384354919954 0.5006268309492888 0.5006168199814544 0.5006114993412563 0.5006281567204066 0.5006335171546691 0.5006235655623729 0.5006175033676394 0.5006331663764567 │
[INFO] [stdout]   │ 0.5005992771685936 0.5006262922072782  0.500637188833924  0.500599944969429 0.5006174945005933  0.500617055385041 0.5006218513837435 0.5006187589677278 0.5006044987718462  0.500628395634183 │
[INFO] [stdout]   │  0.500601763691783 0.5006489890248677 0.5006478753781898  0.500632606546028 0.5006520702516114 0.5006349953546897 0.5006516664673893  0.500646010679869 0.5006125700090714 0.5006452765683852 │
[INFO] [stdout]   │ 0.5005838170505443 0.5006067663613338 0.5006121846940101 0.5006047490638634 0.5006007814233845 0.5006081131151534 0.5005965649802656  0.500609867866437 0.5006021082961352 0.5006017344906116 │
[INFO] [stdout]   │ 0.5006192327321373 0.5006348756345854 0.5006401723303395 0.5006258017685749 0.5006194344404926 0.5006115086387134 0.5006256940787224 0.5006282656048824 0.5006109500969618 0.5006281066588177 │
[INFO] [stdout]   │ 0.5006103759870603 0.5006382374806109 0.5006417808636267 0.5006309946373915 0.5006350498643984 0.5006398197882832 0.5006354721585837 0.5006504286321161  0.500615426710584 0.5006319716524714 │
[INFO] [stdout]   │ 0.5005939548995152 0.5006276481678927 0.5006393817084089  0.500625606822527 0.5006251747746868 0.5006130113006315 0.5006309101729559 0.5006427481920224 0.5006327652465614 0.5006086734498416 │
[INFO] [stdout]   │ 0.5006015986823483 0.5006294500780295 0.5006233971705304 0.5006039758599743 0.5006118328266965 0.5006222756985316 0.5006190823774253 0.5006337212958294 0.5005862932602025  0.500602163262933 │
[INFO] [stdout]   │  0.500604834930158 0.5006266474236216 0.5006238721673036 0.5006082989488548 0.5006279952285004 0.5006115147626911 0.5006249508363088 0.5006509905390364 0.5006013448209135  0.500613570363184 │
[INFO] [stdout]   │ 0.5006023881300443 0.5006382706566864 0.5006295414395623 0.5005988426123762 0.5006113710904424 0.5006145417695431 0.5006225187498272 0.5006279620589563  0.500594695418631 0.5006113880488926 │
[INFO] [stdout]   │ 0.5005781290686073 0.5006070853248658 0.5006118630774817 0.5005857459757722 0.5005979859490579 0.5006044865906637 0.5005962078955093  0.500606180238976  0.500594186758037 0.5005897947453398 │
[INFO] [stdout]   │ 0.5006163984112582 0.5006458715111979 0.5006436366329697 0.5006367856165259 0.5006281695986546 0.5006396325412256 0.5006294674873719 0.5006322713289136 0.5006229015868274 0.5006300173331886 │
[INFO] [stdout]   │ 0.5006310215201658 0.5006492613952133 0.5006582788010221 0.5006296334796112 0.5006412809837912 0.5006451005960736 0.5006367882238798 0.5006532105917081 0.5006381973299976  0.500639766016463 │
[INFO] [stdout]   │ 0.5006012335219343 0.5006180254634665 0.5006385372067499 0.5006229916031495 0.5006202148110603 0.5006276451095453 0.5006268269555673 0.5006260583104738 0.5006074729904055 0.5006246772223429 │
[INFO] [stdout]   │ 0.5005914919586848 0.5006247511744446 0.5006177173941778 0.5005997529048934 0.5006110619337166  0.500605265800724 0.5006123673876508  0.500613481691306 0.5006019078443217   0.50060641816141 │
[INFO] [stdout]   │ 0.5005937304002147 0.5006401712165731 0.5006323530913123 0.5006189934360213 0.5006097971901946 0.5006209215056076 0.5006245743996568 0.5006372757185346 0.5006112016961954 0.5006220121275978 │
[INFO] [stdout]   │ 0.5005972497154109 0.5006387806921161 0.5006366621470429 0.5006145783111194  0.500619765175388  0.500614879512994 0.5006383355233125 0.5006397148633561 0.5006131605304305 0.5006088194390237 │
[INFO] [stdout]   │ 0.5006016708513451 0.5006241774276907 0.5006174271833992 0.5006103694599935 0.5006166767615219 0.5006202426237149 0.5006104705324124 0.5006381424902746 0.5005950036184945 0.5006275437896467 │
[INFO] [stdout]   │ 0.5006200873979123 0.5006421600385706 0.5006443408433496 0.5006065628989811 0.5006461452889879 0.5006246386277661 0.5006358083759738 0.5006595765446846 0.5006315524434264 0.5006394658593835 │
[INFO] [stdout]   │ 0.5006100938206466 0.5006259932078334 0.5006385521090599 0.5006286720207576 0.5006266593753289  0.500631965098124 0.5006319957066722 0.5006306284602213 0.5006080259013439 0.5006260842389717 │
[INFO] [stdout]   │  0.500603750088029 0.5006193678413644 0.5006226328025304 0.5006120377550758 0.5006346470698293  0.500605851540199 0.5005982192661935 0.5006280166043962 0.5005975977550458 0.5006136805573895 │
[INFO] [stdout]   │ 0.5006029049983068 0.5006262791563912 0.5006269291262486 0.5006083525615417 0.5006245578617871 0.5006186794649449 0.5006040470669563 0.5006243951452135 0.5006001718687639 0.5006227539361875 │
[INFO] [stdout]   │ 0.5006232222315827 0.5006285667316401 0.5006429286704114 0.5006320786696001 0.5006262455655139 0.5006387779398506 0.5006203609948437 0.5006515858363363 0.5006141348054581 0.5006282882115783 │
[INFO] [stdout]   │ 0.5006156279952801 0.5006456770141051 0.5006343533432421 0.5006233413633507 0.5006497886514016 0.5006297107243283 0.5006366727483411 0.5006435787506278 0.5006163297334917 0.5006126311323577 │
[INFO] [stdout]   │ 0.5005980101345827 0.5006232237675386 0.5006321441246128 0.5006146592837347 0.5005951714949338 0.5006204085888473 0.5006201175184467 0.5006206313751072 0.5006037387294331 0.5006141966933564 │
[INFO] [stdout]   │ 0.5006165275642697 0.5006530532088523 0.5006457318017664 0.5006322612090014 0.5006273776684952 0.5006443890057206 0.5006598075681131 0.5006641932268324 0.5006351966417983 0.5006523295615576 │
[INFO] [stdout]   │ 0.5006094632385721 0.5006226508421185 0.5006356003992016 0.5006149016892044 0.5006066803943143 0.5006072269050457 0.5006139765171417 0.5006288241861523 0.5005975077081773   0.50061818193573 │
[INFO] [stdout]   │ 0.5005925474091806 0.5006301319589702 0.5006261565632724 0.5006192960464896 0.5006215423058411 0.5006173530190037 0.5006327782661587 0.5006311188486054 0.5006096899636868 0.5006047260260604 │
[INFO] [stdout]   │ 0.5006026143973756 0.5006307909330894 0.5006231663615572 0.5006119285411467 0.5006158356373435 0.5006188621349982 0.5006098104222811  0.500629065228952 0.5005990785424408 0.5005999687561817 │
[INFO] [stdout]   │ 0.5006093306332846 0.5006219658828033 0.5006221382189789 0.5005894526464811 0.5006213766976467 0.5006202656505567 0.5006154554076887 0.5006233503589215 0.5006125332011404 0.5006105584778893 │
[INFO] [stdout]   │ 0.5006253531004179 0.5006380015922653 0.5006326437856666 0.5006298318479291 0.5006201443454792 0.5006286069944924 0.5006372542010851 0.5006432982272729 0.5006162868558833 0.5006357419155371 │
[INFO] [stdout]   │ 0.5006194635820604 0.5006446129772844 0.5006244616541674 0.5006188321953791 0.5006350114908119 0.5006266541364564 0.5006298857651155 0.5006413243989515 0.5006296648578712 0.5006311788697235 │
[INFO] [stdout]   │ 0.5006082445989652   0.50064795123492 0.5006494625071167 0.5006218647745188 0.5006408636979448 0.5006303575161436  0.500640458246242 0.5006457631970468 0.5006004858047718 0.5006267638636185 │
[INFO] [stdout]   │ 0.5006147979481154 0.5006491243989555 0.5006428354440967 0.5006367057651692 0.5006267876536868 0.5006378286622517 0.5006362219728537 0.5006554452624161 0.5006196146233115 0.5006343182314632 │
[INFO] [stdout]   │ 0.5006065571056519 0.5006400913249585 0.5006436758165504  0.500619796172332 0.5006283867858318 0.5006181064522627 0.5006204126419737 0.5006293099573343  0.500618739308772 0.5006381453858151 │
[INFO] [stdout]   │ 0.5006081030825359 0.5006437115884008 0.5006341093756179 0.5006322439141071 0.5006211953002807 0.5006305820321822 0.5006277398464825 0.5006466489710919 0.5006194352244842 0.5006302757885074 │
[INFO] [stdout]   │ 0.5005974087298369 0.5006091434079029 0.5006246076703453 0.5006105134846178 0.5006095438002819 0.5006080009910523 0.5006189162438881 0.5006091647964924  0.500593229159105  0.500610928098492 │
[INFO] [stdout]   │ 0.5006137261591216 0.5006354539578379 0.5006359670833991 0.5006173152107682 0.5006392429327664  0.500610870718786 0.5006379914989955 0.5006329569616813 0.5006144779962773 0.5006307267339731 │
[INFO] [stdout]   │ 0.5006091609173287 0.5006433697299765  0.500651210912358 0.5006323451596943 0.5006223035055917 0.5006252988826246 0.5006200068301279 0.5006338148022145 0.5006292285375451 0.5006214205974773 │
[INFO] [stdout]   │ 0.5006145418987539 0.5006253503603543 0.5006239288472705 0.5006013355978356 0.5006119468167133 0.5006227871563561 0.5006134575943657 0.5006310132038265 0.5006090858642535 0.5006195754683951 │
[INFO] [stdout]   │ 0.5006158388412499 0.5006342446407268 0.5006444288060617 0.5006190050817365 0.5006258610665353 0.5006289626855847 0.5006484148969895 0.5006433466682015 0.5006190188861204 0.5006265037067876 │
[INFO] [stdout]   │ 0.5006174040073507 0.5006199276487019 0.5006263844110844 0.5006170486155528 0.5006222052413714 0.5006224591038482 0.5006313307725874 0.5006497586718508  0.500622630704882 0.5006065653306692 │
[INFO] [stdout]   │ 0.5005917347311655 0.5006236240433456 0.5006234524176608 0.5006186508095869 0.5006062471408049 0.5006062666323522 0.5006207055660734 0.5006382675163109 0.5005917166812363 0.5006071021659975 │
[INFO] [stdout]   │ 0.5006165415270667 0.5006230494834305 0.5006231090743839 0.5006158227431409 0.5006213001571711 0.5006255658323812 0.5006153306751963 0.5006269500809777 0.5005959144403147 0.5006155805221775 │
[INFO] [stdout]   │  0.500629264606466 0.5006649155100569 0.5006580272807127 0.5006447865013187 0.5006668810622845 0.5006471456744925 0.5006528394097214 0.5006523666035532 0.5006255282318237 0.5006455312000586 │
[INFO] [stdout]   │ 0.5006227786466274 0.5006619898501758 0.5006471652169872 0.5006501330809563 0.5006588306301699 0.5006454814652053 0.5006633710341214 0.5006578668852364 0.5006165005031004  0.500642489786828 │
[INFO] [stdout]   │ 0.5005929022815222  0.500622103787043 0.5006262429837217 0.5006035548858927 0.5006074764270121  0.500613689990563 0.5006109157009716 0.5006183921065294 0.5005966901084221 0.5006127029277001 │
[INFO] [stdout]   │ 0.5006157237781442 0.5006486334872577 0.5006377487436349 0.5006253400970205 0.5006299571117913 0.5006269316937414 0.5006257797697611 0.5006335940851059 0.5006184999182212 0.5006363057633991 │
[INFO] [stdout]   │ 0.5006055208050125 0.5006159181478108 0.5006283750402913 0.5006150447457404 0.5006087374152551 0.5006166942344474 0.5006160435287986  0.500622012795404 0.5006036031665388 0.5006167495709002 │
[INFO] [stdout]   │ 0.5006210385769783 0.5006402557107967 0.5006408340160151 0.5006156873598594 0.5006398200051483 0.5006104748705715 0.5006237486312097 0.5006361819446021 0.5006151998410668  0.500631635979114 │
[INFO] [stdout]   │ 0.5005851862229064 0.5006030921856665  0.500603735108952 0.5005982658344492  0.500599512113009 0.5006078090451034 0.5005992717126853 0.5006132467718375 0.5005935075099449 0.5005971020081215 │
[INFO] [stdout]   │ 0.5006058933417246 0.5006340145722648 0.5006393435066963 0.5006117263934267 0.5006274770552501  0.500623390637614  0.500621398237315 0.5006362223943325  0.500614922331075 0.5006177500150812 │
[INFO] [stdout]   │ 0.5006066456221928 0.5006275805093837 0.5006317769671181 0.5006081604505077 0.5006170714748838 0.5006232573288371  0.500618296318678 0.5006293982363533 0.5006051170520684  0.500633289648868 │
[INFO] [stdout]   │ 0.5006059456787817 0.5006382599286205 0.5006331576829615 0.5006243862623388 0.5006197016591886 0.5006318534647176 0.5006165872639741 0.5006272508899567 0.5006024684433124 0.5006256228421546 │
[INFO] [stdout]   │ 0.5006114391433846 0.5006403439600347 0.5006313045167042 0.5006175216536356  0.500636315896582 0.5006330742996901 0.5006263630231242 0.5006485230227596 0.5006219912452428 0.5006306574959093 │
[INFO] [stdout]   │ 0.5005929191110566 0.5006076914783348    0.5005965732893 0.5005938981679916 0.5005985540277558 0.5005988456361097 0.5006065598581866 0.5005988575882517 0.5005772228801615 0.5005998745653263 │
[INFO] [stdout]   │ 0.5005823451336593 0.5006090500987477 0.5006164989408702 0.5006031579375877 0.5006055027394777 0.5006134193022607 0.5005995426154171 0.5006305384769252 0.5006017753104506 0.5006115335071022 │
[INFO] [stdout]   │ 0.5006141893235094 0.5006432833736217 0.5006405856250609 0.5006147271890947  0.500651357231582  0.500632237462499 0.5006373157690084 0.5006563591920044 0.5006203144856112 0.5006204228625294 │
[INFO] [stdout]   │   0.50059781707718 0.5006305344980875  0.500629000602598 0.5005980385393185 0.5005958109025692 0.5006206535196916 0.5006116892642419 0.5006216587585967 0.5006003581047411 0.5005943256319139 │
[INFO] [stdout]   │ 0.5006027837013659 0.5006239036746561  0.500605096891435 0.5006012062675087 0.5006098819736704 0.5006093873215807 0.5006121521337056 0.5006164623134959 0.5006010562391123  0.500623440237391 │
[INFO] [stdout]   │ 0.5005983763860847 0.5006190967503324 0.5006304383965784 0.5006092367426517  0.500624450992595 0.5006231276619111 0.5006202421587944 0.5006401097881549 0.5005959874438033 0.5006253681280189 │
[INFO] [stdout]   │ 0.5005880751332716 0.5006166083447297 0.5006292629605931 0.5006046934393661 0.5006122635530803 0.5006224181937791  0.500615987509653 0.5006404594557602  0.500601992577941 0.5006155469400775 │
[INFO] [stdout]   │ 0.5006155214081786 0.5006415988276803 0.5006410538167197 0.5006378226407217 0.5006419047196229 0.5006161987424437 0.5006281958721278 0.5006471744112168 0.5006313633896239 0.5006362789447102 │
[INFO] [stdout]   └                                                                                                                                                                                               ┘
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] in: 15498µs
[INFO] [stdout] 
[INFO] [stdout] thread 'nn::tests::test_big' (20) panicked at src/nn.rs:171:9:
[INFO] [stdout] assertion failed: false
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5bc0baa0dba8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5bc0baa0dba8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5bc0baa0dba8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5bc0baa0dba8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5bc0baa2370a - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5bc0baa2370a - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x5bc0baa124d2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5bc0baa124d2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5bc0ba9ecd56 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5bc0ba9ecd56 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5bc0baa060f9 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5bc0ba957a9c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x5bc0ba957a9c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5bc0baa062b2 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x5bc0baa062b2 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5bc0ba9ece44 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5bc0ba9e1fe9 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5bc0ba9edb2d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5bc0baa23e5c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5bc0baa23e22 - core[28b146924c2f19c6]::panicking::panic
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5bc0ba93a8dd - mle_nn[a88d2574e2db70c0]::nn::tests::test_big
[INFO] [stdout]                                at /opt/rustwide/workdir/src/nn.rs:171:9
[INFO] [stdout]   21:     0x5bc0ba936447 - mle_nn[a88d2574e2db70c0]::nn::tests::test_big::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/nn.rs:156:18
[INFO] [stdout]   22:     0x5bc0ba93dba6 - <mle_nn[a88d2574e2db70c0]::nn::tests::test_big::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5bc0ba94ab7b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5bc0ba94ab7b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   25:     0x5bc0ba9583f5 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   26:     0x5bc0ba9583f5 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   27:     0x5bc0ba9583f5 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   28:     0x5bc0ba9583f5 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x5bc0ba9583f5 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x5bc0ba9583f5 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   31:     0x5bc0ba9583f5 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   32:     0x5bc0ba952f54 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   33:     0x5bc0ba952f54 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   34:     0x5bc0ba95b472 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   35:     0x5bc0ba95b472 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   36:     0x5bc0ba95b472 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x5bc0ba95b472 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   38:     0x5bc0ba95b472 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x5bc0ba95b472 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   40:     0x5bc0ba95b472 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5bc0baa0d50f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   42:     0x5bc0baa0d50f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   43:     0x7179ffc8eaa4 - <unknown>
[INFO] [stdout]   44:     0x7179ffd1ba64 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- nn::tests::example_network stdout ----
[INFO] [stdout] 
[INFO] [stdout]   ┌   ┐
[INFO] [stdout]   │ 0 │
[INFO] [stdout]   │ 0 │
[INFO] [stdout]   └   ┘
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout]   ┌                      ┐
[INFO] [stdout]   │                    1 │
[INFO] [stdout]   │ 0.010637360307366317 │
[INFO] [stdout]   │ 0.010663620977703557 │
[INFO] [stdout]   └                      ┘
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ========================
[INFO] [stdout] 
[INFO] [stdout]   ┌   ┐
[INFO] [stdout]   │ 1 │
[INFO] [stdout]   │ 1 │
[INFO] [stdout]   └   ┘
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout]   ┌                    ┐
[INFO] [stdout]   │                  1 │
[INFO] [stdout]   │ 0.9906765911231565 │
[INFO] [stdout]   │ 0.9905672133194946 │
[INFO] [stdout]   └                    ┘
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ========================
[INFO] [stdout] 
[INFO] [stdout]   ┌   ┐
[INFO] [stdout]   │ 1 │
[INFO] [stdout]   │ 1 │
[INFO] [stdout]   └   ┘
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout]   ┌                    ┐
[INFO] [stdout]   │                  1 │
[INFO] [stdout]   │ 0.9904527367085602 │
[INFO] [stdout]   │ 0.9906562802549235 │
[INFO] [stdout]   └                    ┘
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ========================
[INFO] [stdout] 
[INFO] [stdout]   ┌   ┐
[INFO] [stdout]   │ 0 │
[INFO] [stdout]   │ 0 │
[INFO] [stdout]   └   ┘
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout]   ┌                      ┐
[INFO] [stdout]   │                    1 │
[INFO] [stdout]   │ 0.010788346001556148 │
[INFO] [stdout]   │ 0.010709734880061215 │
[INFO] [stdout]   └                      ┘
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ========================
[INFO] [stdout] 
[INFO] [stdout] thread 'nn::tests::example_network' (17) panicked at src/nn.rs:248:9:
[INFO] [stdout] assertion failed: false
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5bc0baa0dba8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5bc0baa0dba8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5bc0baa0dba8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5bc0baa0dba8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5bc0baa2370a - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5bc0baa2370a - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x5bc0baa124d2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5bc0baa124d2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5bc0ba9ecd56 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5bc0ba9ecd56 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5bc0baa060f9 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5bc0ba957a9c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x5bc0ba957a9c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5bc0baa062b2 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x5bc0baa062b2 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5bc0ba9ece44 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5bc0ba9e1fe9 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5bc0ba9edb2d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5bc0baa23e5c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5bc0baa23e22 - core[28b146924c2f19c6]::panicking::panic
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5bc0ba938e3c - mle_nn[a88d2574e2db70c0]::nn::tests::example_network
[INFO] [stdout]                                at /opt/rustwide/workdir/src/nn.rs:248:9
[INFO] [stdout]   21:     0x5bc0ba9363b7 - mle_nn[a88d2574e2db70c0]::nn::tests::example_network::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/nn.rs:199:25
[INFO] [stdout]   22:     0x5bc0ba93dae6 - <mle_nn[a88d2574e2db70c0]::nn::tests::example_network::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5bc0ba94ab7b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5bc0ba94ab7b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   25:     0x5bc0ba9583f5 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   26:     0x5bc0ba9583f5 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   27:     0x5bc0ba9583f5 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   28:     0x5bc0ba9583f5 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x5bc0ba9583f5 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x5bc0ba9583f5 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   31:     0x5bc0ba9583f5 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   32:     0x5bc0ba952f54 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   33:     0x5bc0ba952f54 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   34:     0x5bc0ba95b472 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   35:     0x5bc0ba95b472 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   36:     0x5bc0ba95b472 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x5bc0ba95b472 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   38:     0x5bc0ba95b472 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x5bc0ba95b472 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   40:     0x5bc0ba95b472 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5bc0baa0d50f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   42:     0x5bc0baa0d50f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   43:     0x7179ffc8eaa4 - <unknown>
[INFO] [stdout]   44:     0x7179ffd1ba64 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- nn::tests::example_network3 stdout ----
[INFO] [stdout] 
[INFO] [stdout]   ┌   ┐
[INFO] [stdout]   │ 0 │
[INFO] [stdout]   │ 0 │
[INFO] [stdout]   └   ┘
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout]   ┌                      ┐
[INFO] [stdout]   │                    1 │
[INFO] [stdout]   │ 0.004251547965514599 │
[INFO] [stdout]   │ 0.003311987138296292 │
[INFO] [stdout]   └                      ┘
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ========================
[INFO] [stdout] 
[INFO] [stdout]   ┌   ┐
[INFO] [stdout]   │ 1 │
[INFO] [stdout]   │ 1 │
[INFO] [stdout]   └   ┘
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout]   ┌                    ┐
[INFO] [stdout]   │                  1 │
[INFO] [stdout]   │ 0.9918404087050883 │
[INFO] [stdout]   │ 0.9921617669083572 │
[INFO] [stdout]   └                    ┘
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ========================
[INFO] [stdout] 
[INFO] [stdout]   ┌   ┐
[INFO] [stdout]   │ 1 │
[INFO] [stdout]   │ 1 │
[INFO] [stdout]   └   ┘
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout]   ┌                    ┐
[INFO] [stdout]   │                  1 │
[INFO] [stdout]   │ 0.9917439449725256 │
[INFO] [stdout]   │ 0.9920631269708696 │
[INFO] [stdout]   └                    ┘
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ========================
[INFO] [stdout] 
[INFO] [stdout]   ┌   ┐
[INFO] [stdout]   │ 0 │
[INFO] [stdout]   │ 0 │
[INFO] [stdout]   └   ┘
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout]   ┌                      ┐
[INFO] [stdout]   │                    1 │
[INFO] [stdout]   │ 0.009600587185520785 │
[INFO] [stdout]   │ 0.009531819494964974 │
[INFO] [stdout]   └                      ┘
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ========================
[INFO] [stdout] 
[INFO] [stdout] thread 'nn::tests::example_network3' (19) panicked at src/nn.rs:308:9:
[INFO] [stdout] assertion failed: false
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5bc0baa0dba8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5bc0baa0dba8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5bc0baa0dba8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5bc0baa0dba8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5bc0baa2370a - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5bc0baa2370a - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x5bc0baa124d2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5bc0baa124d2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5bc0ba9ecd56 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5bc0ba9ecd56 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5bc0baa060f9 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5bc0ba957a9c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x5bc0ba957a9c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5bc0baa062b2 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x5bc0baa062b2 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5bc0ba9ece44 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5bc0ba9e1fe9 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5bc0ba9edb2d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5bc0baa23e5c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5bc0baa23e22 - core[28b146924c2f19c6]::panicking::panic
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5bc0ba93a48f - mle_nn[a88d2574e2db70c0]::nn::tests::example_network3
[INFO] [stdout]                                at /opt/rustwide/workdir/src/nn.rs:308:9
[INFO] [stdout]   21:     0x5bc0ba936417 - mle_nn[a88d2574e2db70c0]::nn::tests::example_network3::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/nn.rs:252:26
[INFO] [stdout]   22:     0x5bc0ba93db66 - <mle_nn[a88d2574e2db70c0]::nn::tests::example_network3::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5bc0ba94ab7b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5bc0ba94ab7b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   25:     0x5bc0ba9583f5 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   26:     0x5bc0ba9583f5 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   27:     0x5bc0ba9583f5 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   28:     0x5bc0ba9583f5 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x5bc0ba9583f5 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x5bc0ba9583f5 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   31:     0x5bc0ba9583f5 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   32:     0x5bc0ba952f54 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   33:     0x5bc0ba952f54 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   34:     0x5bc0ba95b472 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   35:     0x5bc0ba95b472 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   36:     0x5bc0ba95b472 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x5bc0ba95b472 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   38:     0x5bc0ba95b472 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x5bc0ba95b472 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   40:     0x5bc0ba95b472 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5bc0baa0d50f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   42:     0x5bc0baa0d50f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   43:     0x7179ffc8eaa4 - <unknown>
[INFO] [stdout]   44:     0x7179ffd1ba64 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- nn::tests::example_network2 stdout ----
[INFO] [stdout] 
[INFO] [stdout]   ┌   ┐
[INFO] [stdout]   │ 0 │
[INFO] [stdout]   │ 0 │
[INFO] [stdout]   └   ┘
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout]   ┌                      ┐
[INFO] [stdout]   │                    1 │
[INFO] [stdout]   │ 0.007756600583958171 │
[INFO] [stdout]   │ 0.007759105598313869 │
[INFO] [stdout]   └                      ┘
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ========================
[INFO] [stdout] 
[INFO] [stdout]   ┌   ┐
[INFO] [stdout]   │ 1 │
[INFO] [stdout]   │ 1 │
[INFO] [stdout]   └   ┘
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout]   ┌                    ┐
[INFO] [stdout]   │                  1 │
[INFO] [stdout]   │ 0.6590468234976741 │
[INFO] [stdout]   │  0.659046763557329 │
[INFO] [stdout]   └                    ┘
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ========================
[INFO] [stdout] 
[INFO] [stdout]   ┌   ┐
[INFO] [stdout]   │ 1 │
[INFO] [stdout]   │ 1 │
[INFO] [stdout]   └   ┘
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout]   ┌                    ┐
[INFO] [stdout]   │                  1 │
[INFO] [stdout]   │ 0.6590347570435127 │
[INFO] [stdout]   │ 0.6590346990977772 │
[INFO] [stdout]   └                    ┘
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ========================
[INFO] [stdout] 
[INFO] [stdout]   ┌   ┐
[INFO] [stdout]   │ 0 │
[INFO] [stdout]   │ 0 │
[INFO] [stdout]   └   ┘
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout]   ┌                    ┐
[INFO] [stdout]   │                  1 │
[INFO] [stdout]   │ 0.6592058484927855 │
[INFO] [stdout]   │ 0.6592057608887804 │
[INFO] [stdout]   └                    ┘
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ========================
[INFO] [stdout] 
[INFO] [stdout] thread 'nn::tests::example_network2' (18) panicked at src/nn.rs:354:9:
[INFO] [stdout] assertion failed: false
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5bc0baa0dba8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5bc0baa0dba8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5bc0baa0dba8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5bc0baa0dba8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5bc0baa2370a - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5bc0baa2370a - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x5bc0baa124d2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5bc0baa124d2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5bc0ba9ecd56 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5bc0ba9ecd56 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5bc0baa060f9 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5bc0ba957a9c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x5bc0ba957a9c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5bc0baa062b2 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x5bc0baa062b2 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5bc0ba9ece44 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5bc0ba9e1fe9 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5bc0ba9edb2d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5bc0baa23e5c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5bc0baa23e22 - core[28b146924c2f19c6]::panicking::panic
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5bc0ba939958 - mle_nn[a88d2574e2db70c0]::nn::tests::example_network2
[INFO] [stdout]                                at /opt/rustwide/workdir/src/nn.rs:354:9
[INFO] [stdout]   21:     0x5bc0ba9363e7 - mle_nn[a88d2574e2db70c0]::nn::tests::example_network2::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/nn.rs:312:26
[INFO] [stdout]   22:     0x5bc0ba93db26 - <mle_nn[a88d2574e2db70c0]::nn::tests::example_network2::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5bc0ba94ab7b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5bc0ba94ab7b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   25:     0x5bc0ba9583f5 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   26:     0x5bc0ba9583f5 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   27:     0x5bc0ba9583f5 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   28:     0x5bc0ba9583f5 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x5bc0ba9583f5 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x5bc0ba9583f5 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   31:     0x5bc0ba9583f5 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   32:     0x5bc0ba952f54 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   33:     0x5bc0ba952f54 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   34:     0x5bc0ba95b472 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   35:     0x5bc0ba95b472 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   36:     0x5bc0ba95b472 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x5bc0ba95b472 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   38:     0x5bc0ba95b472 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x5bc0ba95b472 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   40:     0x5bc0ba95b472 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5bc0baa0d50f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   42:     0x5bc0baa0d50f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   43:     0x7179ffc8eaa4 - <unknown>
[INFO] [stdout]   44:     0x7179ffd1ba64 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- nn::tests::test_set stdout ----
[INFO] [stdout] stopstopstopstopstopstopstopstopstopstop
[INFO] [stdout]   ┌                     ┐
[INFO] [stdout]   │                   1 │
[INFO] [stdout]   │ 0.10093959370246723 │
[INFO] [stdout]   │ 0.09323812021718798 │
[INFO] [stdout]   │ 0.09976813842090634 │
[INFO] [stdout]   │ 0.10042058872423064 │
[INFO] [stdout]   │ 0.10015436551550716 │
[INFO] [stdout]   │ 0.10398780392903968 │
[INFO] [stdout]   │ 0.10494365711760104 │
[INFO] [stdout]   │ 0.09824057910755998 │
[INFO] [stdout]   │ 0.10877078534617254 │
[INFO] [stdout]   │ 0.10685434731540135 │
[INFO] [stdout]   └                     ┘
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout]   ┌                     ┐
[INFO] [stdout]   │                   1 │
[INFO] [stdout]   │ 0.08529959739287112 │
[INFO] [stdout]   │ 0.08448492297989471 │
[INFO] [stdout]   │ 0.08582986927680886 │
[INFO] [stdout]   │   0.086517464496773 │
[INFO] [stdout]   │ 0.08732854094940865 │
[INFO] [stdout]   │ 0.08882366070985241 │
[INFO] [stdout]   │ 0.08988865468099502 │
[INFO] [stdout]   │ 0.08893336095034016 │
[INFO] [stdout]   │ 0.09207178939560766 │
[INFO] [stdout]   │ 0.09218032325379819 │
[INFO] [stdout]   └                     ┘
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout]   ┌                     ┐
[INFO] [stdout]   │                   1 │
[INFO] [stdout]   │ 0.09756939022531261 │
[INFO] [stdout]   │ 0.09139667050326526 │
[INFO] [stdout]   │ 0.09678302520535512 │
[INFO] [stdout]   │ 0.09744465055038767 │
[INFO] [stdout]   │ 0.09742043559069359 │
[INFO] [stdout]   │ 0.10073302742247967 │
[INFO] [stdout]   │  0.1017156263195568 │
[INFO] [stdout]   │ 0.09628236918926436 │
[INFO] [stdout]   │ 0.10517659949379743 │
[INFO] [stdout]   │ 0.10371618138302041 │
[INFO] [stdout]   └                     ┘
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout]   ┌                     ┐
[INFO] [stdout]   │                   1 │
[INFO] [stdout]   │ 0.09717346122042074 │
[INFO] [stdout]   │ 0.09117883440673365 │
[INFO] [stdout]   │ 0.09643171267573658 │
[INFO] [stdout]   │ 0.09709436127562936 │
[INFO] [stdout]   │ 0.09709824465645386 │
[INFO] [stdout]   │  0.1003502182900582 │
[INFO] [stdout]   │ 0.10133584922558687 │
[INFO] [stdout]   │ 0.09605072698415291 │
[INFO] [stdout]   │ 0.10475420612456099 │
[INFO] [stdout]   │ 0.10334669775176641 │
[INFO] [stdout]   └                     ┘
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout]   ┌                     ┐
[INFO] [stdout]   │                   1 │
[INFO] [stdout]   │ 0.09578725224884786 │
[INFO] [stdout]   │ 0.09041359122296144 │
[INFO] [stdout]   │  0.0952006528068716 │
[INFO] [stdout]   │ 0.09586679136322993 │
[INFO] [stdout]   │ 0.09596848478130578 │
[INFO] [stdout]   │ 0.09900919783143537 │
[INFO] [stdout]   │ 0.10000525780486584 │
[INFO] [stdout]   │ 0.09523699502966976 │
[INFO] [stdout]   │ 0.10327509031062852 │
[INFO] [stdout]   │ 0.10205169722152976 │
[INFO] [stdout]   └                     ┘
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout]   ┌                     ┐
[INFO] [stdout]   │                   1 │
[INFO] [stdout]   │ 0.09956885586783845 │
[INFO] [stdout]   │   0.092491888340278 │
[INFO] [stdout]   │ 0.09855515816270738 │
[INFO] [stdout]   │ 0.09921143948836936 │
[INFO] [stdout]   │ 0.09904424999367083 │
[INFO] [stdout]   │ 0.10266481393890832 │
[INFO] [stdout]   │ 0.10363174526515395 │
[INFO] [stdout]   │ 0.09744702034391442 │
[INFO] [stdout]   │ 0.10730922616750263 │
[INFO] [stdout]   │ 0.10557946479958649 │
[INFO] [stdout]   └                     ┘
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout]   ┌                     ┐
[INFO] [stdout]   │                   1 │
[INFO] [stdout]   │ 0.09946488538372944 │
[INFO] [stdout]   │ 0.09243513568478032 │
[INFO] [stdout]   │ 0.09846309082309507 │
[INFO] [stdout]   │ 0.09911965722212467 │
[INFO] [stdout]   │ 0.09895994601753903 │
[INFO] [stdout]   │ 0.10256442068118433 │
[INFO] [stdout]   │  0.1035321811880646 │
[INFO] [stdout]   │ 0.09738666895408687 │
[INFO] [stdout]   │ 0.10719835138293787 │
[INFO] [stdout]   │ 0.10548268283128141 │
[INFO] [stdout]   └                     ┘
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout]   ┌                     ┐
[INFO] [stdout]   │                   1 │
[INFO] [stdout]   │ 0.08657734868190109 │
[INFO] [stdout]   │ 0.08522123225224261 │
[INFO] [stdout]   │ 0.08697723212762426 │
[INFO] [stdout]   │ 0.08766270497104547 │
[INFO] [stdout]   │ 0.08839042791050546 │
[INFO] [stdout]   │ 0.09006854743172943 │
[INFO] [stdout]   │ 0.09112613378416212 │
[INFO] [stdout]   │ 0.08971616237198801 │
[INFO] [stdout]   │ 0.09343794202240435 │
[INFO] [stdout]   │ 0.09339032326956262 │
[INFO] [stdout]   └                     ┘
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout]   ┌                     ┐
[INFO] [stdout]   │                   1 │
[INFO] [stdout]   │  0.1015494890867112 │
[INFO] [stdout]   │ 0.09356897260153382 │
[INFO] [stdout]   │ 0.10030735175842037 │
[INFO] [stdout]   │ 0.10095805447778736 │
[INFO] [stdout]   │ 0.10064750687670967 │
[INFO] [stdout]   │ 0.10457610734935792 │
[INFO] [stdout]   │ 0.10552694482554066 │
[INFO] [stdout]   │ 0.09859241895194515 │
[INFO] [stdout]   │ 0.10942096874456651 │
[INFO] [stdout]   │ 0.10742095197938056 │
[INFO] [stdout]   └                     ┘
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout]   ┌                     ┐
[INFO] [stdout]   │                   1 │
[INFO] [stdout]   │  0.0981862150285228 │
[INFO] [stdout]   │ 0.09173540136256504 │
[INFO] [stdout]   │ 0.09733007635271203 │
[INFO] [stdout]   │ 0.09799008438436912 │
[INFO] [stdout]   │ 0.09792195310497032 │
[INFO] [stdout]   │ 0.10132922582935175 │
[INFO] [stdout]   │ 0.10230705438958056 │
[INFO] [stdout]   │  0.0966425709711809 │
[INFO] [stdout]   │ 0.10583459021257687 │
[INFO] [stdout]   │  0.1042914610929435 │
[INFO] [stdout]   └                     ┘
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'nn::tests::test_set' (23) panicked at src/nn.rs:529:9:
[INFO] [stdout] assertion failed: false
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5bc0baa0dba8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5bc0baa0dba8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5bc0baa0dba8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5bc0baa0dba8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5bc0baa2370a - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5bc0baa2370a - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x5bc0baa124d2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5bc0baa124d2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5bc0ba9ecd56 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5bc0ba9ecd56 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5bc0baa060f9 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5bc0ba957a9c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x5bc0ba957a9c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5bc0baa062b2 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x5bc0baa062b2 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5bc0ba9ece44 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5bc0ba9e1fe9 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5bc0ba9edb2d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5bc0baa23e5c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5bc0baa23e22 - core[28b146924c2f19c6]::panicking::panic
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5bc0ba93b774 - mle_nn[a88d2574e2db70c0]::nn::tests::test_set
[INFO] [stdout]                                at /opt/rustwide/workdir/src/nn.rs:529:9
[INFO] [stdout]   21:     0x5bc0ba936477 - mle_nn[a88d2574e2db70c0]::nn::tests::test_set::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/nn.rs:358:18
[INFO] [stdout]   22:     0x5bc0ba93dbe6 - <mle_nn[a88d2574e2db70c0]::nn::tests::test_set::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5bc0ba94ab7b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5bc0ba94ab7b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   25:     0x5bc0ba9583f5 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   26:     0x5bc0ba9583f5 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   27:     0x5bc0ba9583f5 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   28:     0x5bc0ba9583f5 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x5bc0ba9583f5 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x5bc0ba9583f5 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   31:     0x5bc0ba9583f5 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   32:     0x5bc0ba952f54 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   33:     0x5bc0ba952f54 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   34:     0x5bc0ba95b472 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   35:     0x5bc0ba95b472 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   36:     0x5bc0ba95b472 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x5bc0ba95b472 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   38:     0x5bc0ba95b472 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x5bc0ba95b472 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   40:     0x5bc0ba95b472 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5bc0baa0d50f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   42:     0x5bc0baa0d50f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   43:     0x7179ffc8eaa4 - <unknown>
[INFO] [stdout]   44:     0x7179ffd1ba64 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     nn::tests::example_network
[INFO] [stdout]     nn::tests::example_network2
[INFO] [stdout]     nn::tests::example_network3
[INFO] [stdout]     nn::tests::test_big
[INFO] [stdout]     nn::tests::test_set
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 3 passed; 5 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.56s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin mle-nn`
[INFO] running `Command { std: "docker" "inspect" "27d9b4042ff6c833bd6522a397d7c3f702e0c45a0a948e96068097d9b8fdd313", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "27d9b4042ff6c833bd6522a397d7c3f702e0c45a0a948e96068097d9b8fdd313", kill_on_drop: false }`
[INFO] [stdout] 27d9b4042ff6c833bd6522a397d7c3f702e0c45a0a948e96068097d9b8fdd313
